home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 8 / FM Towns Free Software Collection 8.iso / t_os / artemis / artsrc2 / waitvsyn.c < prev   
C/C++ Source or Header  |  1994-06-01  |  163b  |  12 lines

  1. #include <stdio.h>
  2. #include <ryosuke.h>
  3. #include <egb.h>
  4. #include <usrlib.h>
  5.  
  6. void wait_vsync()
  7. {
  8.     int n;
  9.     n=0;
  10.     EGB_palette(EGB_work, 1, (char*)&n);
  11. }
  12.